Package com.cisco.pt.ipc.sim
Interface FTPServer
- All Known Implementing Classes:
FTPServerImpl
Information provided by the PKI file:
\class FtpServer
\brief FtpServer is the process that handles the FTP service.
\example network().getDevice("Server0").getProcess("FtpServer")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:booleanInformation provided by the PKI file:voidsetEnabled(boolean bEnable) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setEnabled
void setEnabled(boolean bEnable) Information provided by the PKI file:
\brief Enables or disables the FTP service. \param bEnable, true to enable the FTP service, false to disable it.- Parameters:
bEnable- Takes in a parameter of bEnable
-
isEnabled
boolean isEnabled()Information provided by the PKI file:
\brief Returns true if the FTP service is enabled, otherwise false. \return bool, true if the FTP service is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-
getFtpUserAccountManager
FTPUserAccountManager getFtpUserAccountManager()Information provided by the PKI file:
\brief Returns the FTP user account manager. \return FtpUserAccountManager, the FtpUserAccountManager object.- Returns:
- FTPUserAccountManager Returns a FTPUserAccountManager
-